UserCanceledException

class UserCanceledException(message: String = "User has canceled the credentials presentation.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException

Constructors

Link copied to clipboard
constructor(message: String = "User has canceled the credentials presentation.", cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?